playerLeaveFullscreen
Type
message
Summary
Sent when the player has left full screen mode.
Syntax
playerLeaveFullscreen
Description
Handle the playerLeaveFullscreen message when the player has left full screen mode.
You can use the function mobileControlGet to determine if the player is still in fullscreen mode.
Examples
on playerLeaveFullscreen
-- set a flag to allow updates to the screen again
put true into myAllowUpdates
end playerLeaveFullscreen
Related
function: mobileControlGet
message: playerMovieChanged, playerFinished, playerError, playerProgressChanged, playerStopped, playerPropertyAvailable, playerEnterFullscreen
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
Platforms
mobile